module UnseasonalWeather
{
    imports
    {
        Base
    }

    item RadioLargoAlcance
    {
        DisplayCategory = Communications,
        DisplayName = Radio de largo alcance,
        ItemType = base:radio,
        Weight = 1.5,
        Icon = RadioDiffuse,
        BaseVolumeRange = 16,
        DisappearOnUse = false,
        IsHighTier = true,
        IsPortable = true,
        IsTelevision = false,
        MaxChannel = 112400,
        MicRange = 5,
        MinChannel = 112000,
        Tags = base:usesbattery,
        Tooltip = Tooltip_UW_RadioDiffuse,
        TransmitRange = 16000,
        TwoWay = true,
        UseDelta = 0.014,
        UseWhileEquipped = true,
        UsesBattery = true,
        WorldStaticModel = RadioDiffuse,
    }
}
